build: build with executorch 1.1 (#765)#806
Merged
Conversation
msluszniak
requested changes
Feb 12, 2026
Member
msluszniak
left a comment
There was a problem hiding this comment.
No testing instructions provided. This disqualifies the PR even for a review.
Contributor
Author
Is it fine now :)? |
Member
Perfect, I'm on it :) |
Member
|
During test run I spotted that I make a mistake in STT test. Could you change this line: from transcription to transcribe? |
Member
|
Could you also change in this line:
|
Member
|
Ok, I tested all the apps works as previously. If you apply this two nits, then I'm good to ship it :)) |
msluszniak
reviewed
Feb 12, 2026
Contributor
Author
Done. |
9bbe37e to
c9384ba
Compare
msluszniak
approved these changes
Feb 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Bumped ExecuTorch binaries & headers to 1.1.0 version of the package.
Introduces a breaking change?
Type of change
Tested on
Testing instructions
Run all the test from
packages/react-native-executorch/common/rnexecutorch/testsand verify the correctness of all models (except Speech-to-Text, see the Additional notes section).Screenshots
Related issues
Checklist
Additional notes
I tested most of the models on both Android & iOS platforms. The only 'broken' model seems to be Speech To Text Encoder - but this one will be fixed in the incoming STT fix PR.